CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux thread

搜索资源列表

  1. Linux_pthread

    0下载:
  2. linux线程的基本使用方法,对线程进行详细介绍。-The basic use linux thread, the thread in detail.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1237780
    • 提供者:liul
  1. thread

    0下载:
  2. Linux多线程程序最简单的一个例程,AT91SAM9260板上的一个例子。-Linux multi-threaded program, a simple routine, AT91SAM9260 board an example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4525
    • 提供者:张俊哲
  1. thread_struct

    0下载:
  2. Linux创建线程,传递结构体参数的范例!-Linux create a thread, passing the parameters of the sample structure!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1126
    • 提供者:oyj
  1. glibc-linuxthreads-2.5

    0下载:
  2. linux 线程池源码,深入了解linux多线程机制的资料-linux thread pool source, in-depth understanding of the mechanisms for multi-threaded linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:545059
    • 提供者:石越
  1. thread

    0下载:
  2. linux下线程的相关应用,创建两个线程,交替输出信息-linux application under the relevant thread, to create two threads, alternating output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:691
    • 提供者:沈文斌
  1. linuxthread

    0下载:
  2. 用的是UDP方式。 服务器能同时接受十个客户端,各个客户端可以相互点对点通讯;可以对所有连到 服务器的客户端广播;也可以和服务器通讯。服务器也可以广播。 运行时你要先看懂源代码中的命令: "/w " 广播 ; "/s n " 对某个客户端; "/sv "对服务器;-linux thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:134642
    • 提供者:like
  1. examples

    0下载:
  2. Tilera 芯片linux下并行程序的C语言实现,全部例程源代码,打包共享-Tilera Multi-Processor Multi-Thread Programme Examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1189393
    • 提供者:曾三
  1. da

    0下载:
  2. 1.实验目的 (1)理解进程/线程同步的方法,学会运用进程/线程同步的方法解决实际问题; (2)了解windows系统或unix/linux系统下中信号量的使用方法。 -1. Purpose of the experiment (1) understand the process/thread synchronization methods, learn to use the process/thread synchronization methods to solve practi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:144891
    • 提供者:sky
  1. use-for-thread

    0下载:
  2. linux下,线程编程指南,大部分线程的API的使用方法和注意事项-linux, the thread programming guide, most of the threads API of the use of methods and precautions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:14101
    • 提供者:张扬
  1. Hilos

    0下载:
  2. Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wa-Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wall
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1310
    • 提供者:loginkier
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. thread

    0下载:
  2. Linux高级环境编程,线程编程、线程的创建、多线程,希望对你的学习有帮助-Senior Environmental Linux programming, thread programming, thread creation, multi-threaded, you want help in learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1653
    • 提供者:张建
  1. threadpool-0.1

    0下载:
  2. linux线程池,linux c++实现-linux thread pool, linux c++ implementation
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5447
    • 提供者:master
  1. ARM-Linux-jincheng

    0下载:
  2. LINUX进程线程开发实例,很好,很详细-LINUX development process thread instance, very good, very detailed ,,,,,,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:190982
    • 提供者:lizhining
  1. thread-test.tar

    0下载:
  2. 一个关于linux线程的互斥量,条件变量,信号量的例子,看完了明白互斥量等线程同步的基本使用方法-A thread on linux mutex example, read the understand the basics of using a mutex
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:838
    • 提供者:杨永
  1. thread

    0下载:
  2. Thread sample in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8006
    • 提供者:aram
  1. Linux-semaphore

    0下载:
  2. 信号量的使用主要是用来保护共享资源,使得资源在一个时刻只有一个进程(线程)所拥有。-Semaphore is mainly used to protect the use of shared resources, making the resource at a time only one process (thread) owned.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:33204
    • 提供者:luo
  1. qt-thread

    0下载:
  2. 这是一个关于嵌入式Linux开发环境下QT4的线程的学习资料,希望能对初学者有所帮助-This is a development environment for embedded Linux QT4 thread of learning materials, hoping to help beginners
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:34931
    • 提供者:shen
  1. The-cPP-thread-principle-and-create

    0下载:
  2. 虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:195826
    • 提供者:vivian
  1. Qt

    0下载:
  2. 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。   本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-22
    • 文件大小:7017178
    • 提供者:张付有
« 1 2 3 4 5 67 8 9 10 11 ... 23 »
搜珍网 www.dssz.com